encrypting sequence generator - определение. Что такое encrypting sequence generator
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое encrypting sequence generator - определение

ALGORITHM THAT GENERATES A SEQUENCE OF NUMBERS WHOSE PROPERTIES APPROXIMATE THOSE OF SEQUENCES OF TRUE RANDOM NUMBERS
Pseudorandom number sequence; Pseudorandom number generators; Pseudo-random number generator; Pseudorandom sequence; PN sequences; =rand(); Pseudorandom number generation; Pseudo Random Number Generator; Pseudorandom Number Generator; PN sequence; Pseudo random number generator; DRBG; Psuedo-random number generators; Randint; Rand(); Pseudo-random bit generator; Software PRNG; Software random number generator; Pseudo-random number generation

Electric generator         
  • Hydroelectric power station at [[Gabčíkovo Dam]], [[Slovakia]]
  • Protesters at [[Occupy Wall Street]] using bicycles connected to a motor and one-way diode to charge batteries for their electronics<ref>[http://cityroom.blogs.nytimes.com/2011/10/30/with-generators-gone-wall-street-protesters-try-bicycle-power/ With Generators Gone, Wall Street Protesters Try Bicycle Power], Colin Moynihan, ''New York Times'', 30 October 2011; accessed 2 November 2011</ref>
  • The [[Faraday disk]] was the first electric generator. The horseshoe-shaped magnet ''(A)'' created a magnetic field through the disk ''(D)''. When the disk was turned, this induced an electric current radially outward from the center toward the rim. The current flowed out through the sliding spring contact ''m'', through the external circuit, and back into the center of the disk through the axle.
  • alternating current generator]], c. 1900.
  • Early [[Ganz]] Generator in [[Zwevegem]], [[West Flanders]], [[Belgium]]
  •  R<sub>L</sub>, load resistance
}}
  • The [[Athlone Power Station]] in [[Cape Town]], [[South Africa]]
  • commutator]] needed for high power applications.
  • Mobile electric generator
  • kVA]] direct-driven power station AC alternator, with a separate belt-driven exciter generator.
  • [[Hippolyte Pixii]]'s dynamo. The commutator is located on the shaft below the spinning magnet.
DEVICE THAT CONVERTS OTHER ENERGY TO ELECTRICAL ENERGY
Generator (device); Electrical generators; Power unit; Electricity generator; Direct-current generator; Emergency vehicle generator; Energy generator; Electric generators; Turbine generator (TG); AC generator; Tachogenerator; Electric power generator; Electrical Generator; Electrical generator; DC Generator; Turbine generator; Energy generation; DC generator; Generator (electricity)
In electricity generation, a generatorAlso called electric generator, electrical generator, and electromagnetic generator. is a device that converts motive power (mechanical energy) into electric power for use in an external circuit.
Sequence (music)         
  • thumb
  • Image of the ascending 5-6 sequence in music
  • Play}}
  • Bach Air from Suite 3
  • Bars 3-4 from J.S.Bach, the "Air" from the Suite 3 in D BWV 1068
  • Bach Concerto for Two Violins in D minor first movement bars 22-24
  • Cello Suite]] in G, BWV 1007
  • Cello Suite]] in G
  • thumb
  • Play}}
  • Play}}
  • Play}}
  • thumb
  • Concerto for Two Violins]] in D minor, first movement, bars 22-24
  • Mozart Minuet in F K5
  • Mozart]] Minuet in F K6
  • Play}}
  • Play}}
  • Play}}
  • Opening bars of "[[The Star-Spangled Banner]]"
  • The opening bars of "The Star-Spangled Banner"
  • From "The Star-Spangled Banner"
  • From "The Star-Spangled Banner"
IMMEDIATE RESTATEMENT OF A MOTIF AT A HIGHER OR LOWER PITCH IN THE SAME VOICE
Modulating sequence; Real sequence; Tonal sequence; Modified sequence; False sequence; Descending fifths sequence; Rhythmic sequence
. Note that there are only four segments, continuingly higher, and that the segments continue by similar distance (seconds: C-D, D-E, etc.
Pseudorandom number generator         
A pseudorandom number generator (PRNG), also known as a deterministic random bit generator (DRBG), is an algorithm for generating a sequence of numbers whose properties approximate the properties of sequences of random numbers. The PRNG-generated sequence is not truly random, because it is completely determined by an initial value, called the PRNG's seed (which may include truly random values).

Википедия

Pseudorandom number generator

A pseudorandom number generator (PRNG), also known as a deterministic random bit generator (DRBG), is an algorithm for generating a sequence of numbers whose properties approximate the properties of sequences of random numbers. The PRNG-generated sequence is not truly random, because it is completely determined by an initial value, called the PRNG's seed (which may include truly random values). Although sequences that are closer to truly random can be generated using hardware random number generators, pseudorandom number generators are important in practice for their speed in number generation and their reproducibility.

PRNGs are central in applications such as simulations (e.g. for the Monte Carlo method), electronic games (e.g. for procedural generation), and cryptography. Cryptographic applications require the output not to be predictable from earlier outputs, and more elaborate algorithms, which do not inherit the linearity of simpler PRNGs, are needed.

Good statistical properties are a central requirement for the output of a PRNG. In general, careful mathematical analysis is required to have any confidence that a PRNG generates numbers that are sufficiently close to random to suit the intended use. John von Neumann cautioned about the misinterpretation of a PRNG as a truly random generator, joking that "Anyone who considers arithmetical methods of producing random digits is, of course, in a state of sin."